<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="pacific.css">
<link href="pacific.css" rel="stylesheet" media="only screen and (max-width: 64em) and (max-width: 37.5em)">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js">
</script>
<![endif]-->
<title>Pacific Trails Resort :: Yurts</title>
</head>

<body>
<div id ="wrapper">
<header><h1>Pacific Trails Resort</h1></header>

<nav>
<ul>
<li><a href="index.html"> Home </a></li>
<li><a href="yurts.html"> Yurts </a></li>
<li><a href="activities.html"> Activities </a></li>
<li><a href="reservations.html"> Reservations </a></li>
</ul>
</nav>

<div id="yurthero">
</div>
<main>

<h2>The Yurts at Pacific Trails</h2>

<dl>
<dt><strong>What is a yurt?</strong></dt>
<dd>Our luxury yurts are permanent structures four feet off the ground. Each yurt has canvas walls, a wooden floor, and a roof dome that can be opened.</dd>

<dt><strong>How are the yurts furnished?</strong></dt>
<dd>Each yurt is furnished with a queen-size bed with down quilt and gas-fired stove. The luxury camping experience also includes electricity and a sink with hot and cold running water. Shower and restroom facilities are located in the lodge.</dd>

<dt><strong>What should I bring?</strong></dt>
<dd>Bring a sense of adventure and some time to relax! Most guests also pack comfortable walking shoes and plan to dress for changing weather with layers of clothing.</dd>
</dl>

<div>
<footer>
<small><i>Copyright &copy; 2024 Pacific Trails Resort<br>
<a href="mailto:Manilasopha87@hotmail.com"> Manila Sopha</a></i></small>
</footer>
</div> <!--end contact-->

</main>
</div> <!--end wrapper-->

</body>
</html>